home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3226 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 9 Feb 1996 09:01:59 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4ff2i7$jid@maureen.teleport.com>
  8. References: <4e8h9k$mp8@sinsen.sn.no> <4e8q90$o22@serpens.rhein.de> <929.5475T1263T2655@earthlink.net> <YDN2y*soa@aargh.incubus.sub.org>
  9. NNTP-Posting-Host: kelly.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Marc 'Nepomuk' Heuler (marc@aargh.incubus.sub.org) wrote:
  13. : In article <4f1tvk$k09@maureen.teleport.com>, Stephan Schaem writes:
  14.  
  15. : >  When new HW comes out and the OS do a poor job at using its ability
  16. : >  there will be valid reasons to get that HW tech info and banging it.
  17.  
  18. : Not  a  good  reason  to  bang  it directly!  It's a good reason to write a
  19. : better  (replacement)  driver,  to  have  _all_  software  profit from your
  20. : knowledge  and  effort  (except  of  course  those that decided to bang the
  21. : expansion directly - they have disqualified themselves for enhancements).
  22.  
  23.  replacement? driver? How do you expect to write new scsi or gfx driver
  24.  without hitting the HW? The amiga as no low level HW interface, so
  25.  you need to 'hit the metal'. 
  26.  
  27.  But I was talking of software that need to get something done, where the
  28.  HW is capable of, but not the OS (And the OS provide no low level interface
  29.  of expansion).
  30.  
  31.  If AT comeup with a great 3d accelerator for their PPC amiga (right:) 
  32.  and the only interface to it is OpenGL/GLIntuition. This might be great
  33.  for many software but this interface to the HW might be 10 time slower
  34.  then optimal for other, and they need that extra speed. Also you migh
  35.  have your own 3d engine, and dont want to have that extra opengl layer
  36.  so you might want to write to the HW directly and do it right.
  37.  
  38.  Stephan 
  39.